--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Good looking site
Whiskey5 (Profile): (2025-01-27 14:11:41 (UTC))
Your site is looking good thanks for sharing and
supporting the community with your work!
I tried to implement your forum script on my node but was getting some errors ./n something went wrong... An error occured Traceback (most recent call last): File "/home/pi/.nomadnetwork/storage/pages/nomadForum/index.mu", line 32, in < module> link_id, remote_identity = main.handle_ids() File "/home/pi/.nomadnetwork/storage/pages/nomadForum/main.py", line 261, in h andle_ids sys.exit(0) SystemExit: 0
If you have any insight on that error it would be appreciated . I will spend more time on it in a couple days.
Are you trying to access it on the same node it's hosted on via the browse node option in node info?
This way no link_id is generated (because no link was established). nomadForum does currently not allow running without a link_id because all authentication mechanism use the link_id as a verification method. I might add an option to allow running without it. Please note that this might potentially be less secure.
Yup, that is exactly what I was doing! I will try it from another machine running MeshChat and a different id thanks.
I implemented a way to use the forum on the same node it's hosted on. You can set bypass_link_id_requirement_on_local_connection = True in main.py Note that this might decrease the forum's security.
I appreciate that, I'm tied up for the next few days, I will mess with it next weekend.
Totally agree. This is just brilliant. Thanks a million.